/* _content/Winston.pix Web/Pages/ClientWebsiteModule.razor.rz.scp.css */
.img-no-recordings[b-1imdxo9jpb] {
    color: black;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .img-no-recordings > i[b-1imdxo9jpb] {
        padding-right: 10px;
    }
/* _content/Winston.pix Web/Pages/Shared/Components/Container/ImageContainer.razor.rz.scp.css */
.image-container[b-4uucdoiav5] {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    position: relative;
    width: 100%;
}

    .image-container > img[b-4uucdoiav5] {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.img-no-recordings[b-4uucdoiav5] {
    color: white;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .img-no-recordings > i[b-4uucdoiav5] {
        padding-right: 10px;
    }
/* _content/Winston.pix Web/Pages/Shared/Components/FooterLayout.razor.rz.scp.css */
.bg-dark[b-3pxunlayj3] {
    color:#fff;
}
footer p[b-3pxunlayj3] {
    margin-bottom:0;
}
/* _content/Winston.pix Web/Pages/Shared/Components/Player/Recorder.razor.rz.scp.css */
.is-fullscreen .container[b-c87sk3ugmb] {
    width: 100%;
    margin: 0;
    padding: 0;
}

.player-container[b-c87sk3ugmb] {
    width: 100%;
    height: 100%;
    background-color: black;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    position: absolute;
}

.player[b-c87sk3ugmb] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
}


img[src=""][b-c87sk3ugmb] {
    visibility: hidden;
}

.progress-bar-container[b-c87sk3ugmb] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding: 1rem;
    width: 100%;
    height: 25px;
}

.progress-bar[b-c87sk3ugmb] {
    width: 100%;
    cursor: pointer;
}

input[type="range"][b-c87sk3ugmb] {
    background-color: #444;
    border-radius: 8px;
    height: 7px;
    outline: none;
    -webkit-appearance: none;
}

    input[type="range"][b-c87sk3ugmb]::-moz-range-thumb {
        width: 15px;
        height: 15px;
        background: white;
        border: 0;
        border-radius: 15px;
        cursor: pointer;
    }

    input[type="range"][b-c87sk3ugmb]::-webkit-slider-thumb {
        width: 15px;
        height: 15px;
        background: white;
        border: 0;
        border-radius: 15px;
        cursor: pointer;
        -webkit-appearance: none;
    }

.controls-container[b-c87sk3ugmb] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width:100%;
}

.controls[b-c87sk3ugmb] {
    display: flex;
    padding: 0rem 0.5rem 0.5rem 0.25rem;
    flex-shrink: 0;
    flex-wrap: wrap;
    width: 100%;
}

.controls-left[b-c87sk3ugmb],
.controls-timestamp[b-c87sk3ugmb],
.controls-right[b-c87sk3ugmb] {
    align-items: center;
    justify-content: center;
    display: flex;
}

.controls-right[b-c87sk3ugmb] {
    margin-left: auto;
}

button.btn[b-c87sk3ugmb] {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgb(238, 238, 238);
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    font-size: 1.3rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

    button.btn:hover[b-c87sk3ugmb] {
        color: white;
        outline: 0;
        border: 0;
    }

.player.forward.is-playing .play-forward-toggle .fa-play[b-c87sk3ugmb] {
    display: none;
}

.player.backward.is-playing .play-forward-toggle .fa-pause[b-c87sk3ugmb],
.player:not(.is-playing) .play-forward-toggle .fa-pause[b-c87sk3ugmb] {
    display: none;
}

.player.backward.is-playing .play-backward-toggle .fa-play[b-c87sk3ugmb] {
    display: none;
}

.player.forward.is-playing .play-backward-toggle .fa-pause[b-c87sk3ugmb],
.player:not(.is-playing) .play-backward-toggle .fa-pause[b-c87sk3ugmb] {
    display: none;
}

.timestamp[b-c87sk3ugmb] {
    margin: 0 0.5rem;
    line-height: 36px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.player:not(.is-fullscreen) .fullscreen-toggle .fa-compress[b-c87sk3ugmb] {
    display: none;
}

.is-fullscreen .fullscreen-toggle .fa-expand[b-c87sk3ugmb] {
    display: none;
}

.fps[b-c87sk3ugmb] {
    margin-right: 10px;
    font-size: 0.7rem;
    opacity: 0.5;
    color: lightgray;
    margin-right: 7px;
    margin-left: 7px;
}
/* _content/Winston.pix Web/Pages/Shared/Components/TooltipComponent/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-ecpu3dcvc3] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

span[b-ecpu3dcvc3] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

span[b-ecpu3dcvc3]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span[b-ecpu3dcvc3] {
    visibility: visible;
}
/* _content/Winston.pix Web/Pages/Shared/Head/HeaderTop.razor.rz.scp.css */
.logo-small[b-l34qv43kjz] {
    max-height:55px;
}
/* _content/Winston.pix Web/Pages/Shared/LeftNav/AdministrationNavMenu.razor.rz.scp.css */
.navbar-toggler[b-t4ojshw8no] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t4ojshw8no] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t4ojshw8no] {
    font-size: 1.1rem;
}

.oi[b-t4ojshw8no] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t4ojshw8no] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t4ojshw8no] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t4ojshw8no] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t4ojshw8no]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-t4ojshw8no]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-t4ojshw8no]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-t4ojshw8no] {
        display: none;
    }

    .collapse[b-t4ojshw8no] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.current[b-t4ojshw8no] {
    background-color: lightblue;
}

.img-no-recordings[b-t4ojshw8no] {
    color: black;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .img-no-recordings > i[b-t4ojshw8no] {
        padding-right: 10px;
    }
/* _content/Winston.pix Web/Pages/Shared/LeftNav/PlayerNavMenu.razor.rz.scp.css */
.navbar-toggler[b-x7jzs050xm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-x7jzs050xm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x7jzs050xm] {
    font-size: 1.1rem;
}

.oi[b-x7jzs050xm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x7jzs050xm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x7jzs050xm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x7jzs050xm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x7jzs050xm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x7jzs050xm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-x7jzs050xm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x7jzs050xm] {
        display: none;
    }

    .collapse[b-x7jzs050xm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.current[b-x7jzs050xm] {
    background-color: lightblue;
}

.img-no-recordings[b-x7jzs050xm] {
    color: black;
    flex: 1 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

    .img-no-recordings > i[b-x7jzs050xm] {
        padding-right: 10px;
    }
/* _content/Winston.pix Web/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-zhrmsazv6y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-zhrmsazv6y] {
    flex: 1;
}

.sidebar[b-zhrmsazv6y] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zhrmsazv6y] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zhrmsazv6y]  a, .top-row .btn-link[b-zhrmsazv6y] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-zhrmsazv6y] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.be-content[b-zhrmsazv6y] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.be-wrapper[b-zhrmsazv6y] {
    height: 100%;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-zhrmsazv6y] {
        display: none;
    }

    .top-row.auth[b-zhrmsazv6y] {
        justify-content: space-between;
    }

    .top-row a[b-zhrmsazv6y], .top-row .btn-link[b-zhrmsazv6y] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zhrmsazv6y] {
        flex-direction: row;
    }

    .sidebar[b-zhrmsazv6y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zhrmsazv6y] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-zhrmsazv6y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Winston.pix Web/Pages/Shared/PlayerLayout.razor.rz.scp.css */
body[b-chhhboftfd] {
}
